home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 April
/
Macworld (1999-04).dmg
/
Shareware World
/
Comms & Internet
/
Snak 2.0.1
/
Scripts
/
nicks
< prev
next >
Wrap
Text File
|
1998-06-25
|
393b
|
25 lines
# Kent Sorensen 06/25/98 : this file is from the standard distribution of ircII
# This lets you assign aliases for peoples nicknames.
# For example, of you do: /ASSIGN BC BigCheese
# Then you can do: /MSG BC Hi there!
alias msg {
if ( [$($0)] )
{
${K}${K}msg $($0) $1-
}
{
${K}${K}msg $0 $1-
}
}
alias query {
if ( [$($0)] )
{
${K}${K}query $($0)
}
{
${K}${K}query $0-
}
}